ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / ItemCollection<T> Class / Add Method
A T object to add.

In This Topic
Add Method (ItemCollection<T>)
In This Topic
Adds a T object to the ItemCollection<T>.
Syntax
'Declaration
 
Public Function Add( _
   ByVal item As T _
) As Integer
 

Parameters

item
A T object to add.

Return Value

An System.Int32 value indicating the index of newly added item.
See Also